projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ee90d
)
($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 7 Feb 2007 18:41:51 +0000
(18:41 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 7 Feb 2007 18:41:51 +0000
(18:41 +0000)
src/ChangeLog
patch
|
blob
|
history
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 477da11c27857f4d4f4b543151765621eed45a55..aaca91fbad8d991c3fadb0a96944ef8bc945fd69 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2007-02-07 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
+ put into $(BLD).
+
2007-02-06 Chong Yidong <cyd@stupidchicken.com>
* frame.c (Fmodify_frame_parameters): Don't bind
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index c796a52fe2cd75d64a9717d2340d250db44eb2ff..9f5783c2ab3d872ad760c27baea6d824c7251d5e 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-210,7
+210,7
@@
bootstrap-clean:
# The resource file. NT 3.10 requires the use of cvtres; even though
# it is not necessary on later versions, it is still ok to use it.
#
-$(TRES): ../nt/emacs.rc
+$(TRES): ../nt/emacs.rc
stamp_BLD
$(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
#